v2.5.10 -
Added filtering (did this quick..may be a flaw somewhere lol)
Added Copy with php / code tags
v2.5.17 -
Added Ability to create your own "Code" type
Added Ability to add other prog languages (VBNET, PHP, C, VB)
-In file menu, choose code type
v2.6.1
Re-arranged the menus for a more "standard" feel
Adding a new "type" will not disappear next time you load
Added ability to stretch the listbox to see longer names (that was a pain! and it isnt perfect.. but its pretty good)
v2.6.3
Fixed Code window to move over the bar and combobox
Fixed Code window size.. initially will not cover scrollbars now
v2.6.6
Changed Menu Icons to be a bit more standard
Right Aligned fraType for resizing
Added Ability to view bas modules
Added New Icons in listbox
Added Single Click Viewing of code
v2.6.8
Been a while.. not sure what I fixed in this version! lol
v2.6.10
Added Custom Icon ability for Custom Code Types (Feature nees some testing!)
Limit Icons to 16x16 bmps only...
Changed imageListbox to Treeview
Removed Filter since treeview can 'colapse'
v2.6.11
Added Ability to Move COde SNippets from one "Type" to another
NOTE/CAUTION: If you have added your own Code types you may get errors
You may need to "move" codes elsewhere then back in
there is no way to set an image.. only when you add a new type
so yuo may need to "remove" the custom types and re-add them (sorry)
v2.7.0
Added Ability to change the image for custom types
Added ability to edit the name of a custom type as well (New form now)
v2.7.1
Added "Find" feature
Added ability to edit any code type (Image or name)
Added ability to use BMP, GIF, or JPG 16x16 images
Added form settings restored on load (Size position etc)
Added Minimize to tasktray option
v2.7.2
Fixed windowstate on load
Fixed Odd Treeview selection issue
Fixed Delete "nothing" error
Removed a few unneeded files
v2.7.3
Fixed treeview selection (again) removed the choice of dbl/single click select
-Only single click select now
Fixed Slider setting on load (For sizing the split between code list and window)
v2.7.5
Changed Code storage to a recordset file
Added more to auto indent (Catches select case & Open / Close files)
Added "AutoIndent" option
Added "Auto Save Auto Indent" option
Added Auto COnvert Code files to db file... (file extenstion is .cbd)
v2.7.6
Added msgboxs to warn users if the did not enter a title or type
Added msgbox warning user that type exists if they try to add same type
Added code to make sure they cant add a type of "" or " " or etc..
Fixed Code Converter!! (Just delete your Code.cbd file then run.)
Fixed Error in edit Type Name
Set Code Folder removed
Fixed error on first load (all menu item selected)
v2.7.7
Fixed Save error!! thanks aconybeare
Adding code to warn about changed code.. (May not be perfect yet)
Corrected Selected Node issues
v2.7.8
Removed auto save for the auto indent.. can cause correpted db file if user
clicks same node a few times in a row...
v2.7.9
Fixed problem with Auto Indent when typing in code...
v2.8.0
Added Code Text Search
v2.8.1
Added Search through current Code
Fixed Search through all code
Added Option to turn on/off treeview tooltips
Replaced all (or most of) the icons
Added better menus XP style (new ocx & dll included)
v2.8.2
Fixed the Edit menu enable/disable choices according to code window
v2.8.3
Fixed Search EOF/BOF problem
Fixed Search in Current Code Only to enable correctly
v3.0.0
Added ability to add your own "Languages"
-Includes allowing you to add up to 3 'reserved' word lists 
	- Each having its own color
-Also allows you to set the Comment symbol (Like vb = ') 
	- Also having its own color
Added ability to Import & Export BAS modules!
v3.0.1
Fixed Changing Name of Added Language
Export Single Code Snippets
Import Multiple or Single Snippets
Fixed Paste issue with auto indent turned on.. (I think)
Fixed Error in search due to change of Variable Name
Changed Loose to Lose ;)
Fixed "code changed"
Added Status Bar
Added Clipboad Viewer (Click on Statbar Icon)
Fixed Error: Auto Indent was removing last line of code in some cases
v3.0.2
Added Auto Indent for With/End With
Added Auto Indent for line continuations " & _
v3.0.3
Fixed auto indent problems when typing & Loading
v3.0.4
Fixed endless loop in Language Edit
Widened the Code Type combo
Fixed Current Code Only Enabling problem
v3.1.1
Fixed problem - if shutdown while minimized, app starts off screen
Added Fade Effects
v3.1.2
Removed Fade effects due to Flicker & blackout issues
v3.1.3
Added Reg Entry to link to static Toolz

####################################################################################
####################################################################################

V 3.1.4
--- Dani Boy aka xavierjohn22 ---
Added SAVE ALL call once the Code save button is pressed
Added SAVE ALL on the menubar
Added XP Visual Styles

V 3.1.5
--- Dani Boy aka xavierjohn22 ---
Added Save Information Code on Exit of the Info window
Changed some default images quality
Fixed commondialog call on the information window
Redo some components alignment and some components color changed
Removed modal call for the "Find Form option"
RTBClip right margin was 250,000; replace with "0"
RTBh right margin was 250,000; replace with "0"

V 3.1.6
--- Dani Boy aka xavierjohn22 ---
Added shell notepad on the menu bar
Added Import and Export Registry settings for backup purposes.
Added Application background and ability to change background image (settings stored in INI) :App.ExeName & "_Background.ini"
Added the "Added Options and Tools" in the menubar to organize newly added features
Added "Restart Codebank" option and added RestartIt.exe
Changed default image extension to .gif
Changed commondialog initial index of image extension to .gif(.gif consumes less file size)
Fixed restart of CodeBank after import of registry settings
Reinforce "Save All" by adding the option to turn it "OFF" or "ON" when exiting the app
Removed controlbox on form; added the min, max and normal window call to "added options...."
Transfered write and read of image paths to "INI" file: App.ExeName & "_CustomImages.ini"
Transfered write and read of codedata to "INI" file: App.ExeName & "_CodeData.ini"
Transfered write and read of codetypes to "INI" file: App.ExeName & "_CodeTypes.ini"
Registry Entries remaining are:
-FLAG
-Menus
-Options
-Settings

Added the new features menu item icons.
Added API Add-In from CVMichael's API Add-In in VB IDE which displays API in "Win32api_2.txt" by default. (Thanks to CVMichael)
Fixed error when the "Move code" button is press twice.
Added Unload All except the API Add-In.
Added Close form Code, Font, Fontzise so that when copy paste format was done with different font, it formats it to codebank format.
Added Delete Number Dot (1., 2., 1000. and so on) for copied vbforums code (my personal use)
Added Display of Quick Information on Code(Strings) using a mousemove on an image
Added Error Handling on BAS Export and Import

Changed limit form size code and put it to module to avoid too much flickering

V 3.1.7
--- Dani Boy aka xavierjohn22 ---
Fixed Call Unhook on form unload
Reorganized menu to fix icons of menu on loading when a new code type is added
Completely change to .INI file reading, no more registry entries to ensure app is portable anywhere it is run.

v 3.1.8
--- Dani Boy aka xavierjohn22 ---
06/18/2008
Added backup code data
Added always ask on exit (on/off)
Fixed restore of code data and settings,
Note: backups always do both, that is,
backup the code data with the settings in Backups folder,
So when restore is done, both goes as well too.
Code data restore will rename the current code data with prefix
of current date then will replace it with the code.cbd in backups folder.
Confirmation provided on both backup and import before proceeding.

v 4.0.0
--- Dani Boy aka xavierjohn22 ---
6/8/2010
Declared variables.
Changed the interface, changed look and feel.
Acknowledgement to McToolBar 1.2 (Jim Jose), It was use in this version.